runtime.mLockProfile.cycles (field)

7 uses

	runtime (current package)
		mprof.go#L719: 	cycles     int64        // cycles attributable to "pending" (if set), otherwise to "stack"
		mprof.go#L740: 		prof.cycles += cycles
		mprof.go#L744: 	if prev := prof.cycles; prev > 0 {
		mprof.go#L762: 	prof.cycles = cycles
		mprof.go#L772: 	if gp := getg(); gp.m.locks == 1 && gp.m.mLockProfile.cycles != 0 {
		mprof.go#L836: 	cycles, lost := prof.cycles, prof.cyclesLost
		mprof.go#L837: 	prof.cycles, prof.cyclesLost = 0, 0